github.com/refraction-networking/utls.Conn.activeCall (field)
9 uses
github.com/refraction-networking/utls (current package)
conn.go#L124: activeCall atomic.Int32
conn.go#L1209: x := c.activeCall.Load()
conn.go#L1213: if c.activeCall.CompareAndSwap(x, x+2) {
conn.go#L1217: defer c.activeCall.Add(-2)
conn.go#L1429: x = c.activeCall.Load()
conn.go#L1433: if c.activeCall.CompareAndSwap(x, x|1) {
u_conn.go#L430: x := c.activeCall.Load()
u_conn.go#L434: if c.activeCall.CompareAndSwap(x, x+2) {
u_conn.go#L435: defer c.activeCall.Add(-2)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |